toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.zoom.event
/
[jvm]ZoomLevelChanged
Zoom
Level
Changed
interface
ZoomLevelChanged
:
ZoomLevelsEvent
An event indicating that the zoom level for a specific URL has been changed.
Members
Functions
host
Link copied to clipboard
open
fun
host
(
)
:
Host
Returns the host of the URL of the web page which zoom level has been changed.
level
Link copied to clipboard
open
fun
level
(
)
:
ZoomLevel
Returns the new zoom level of a web page.
zoom
Levels
Link copied to clipboard
open
fun
zoomLevels
(
)
:
ZoomLevels
Returns the
ZoomService
instance initiated this event.